﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei";
}

a {
    color: inherit;
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border:none;
}
.top {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #1097f3;
    line-height: 35px;
}

.tel {
    width: 200px;
    padding-top: 3px;
    margin-left: 20%;
}

.tel>img {
    margin: 6px 5px 0 0;
    float: left;
}

.tel>span {
    color: #FFF;
    float: left;
}

.search {
    width: 180px;
    height: 22px;
    background-color: #58b6f7;
    border-radius: 10px;
    float: right;
    margin-right: 20%;
    margin-top: 5px;
    position: relative;
}

.search input {
    display: block;
    width: 130px;
    border: none;
    background-color: #58b6f7;
    margin-top: 4px;
    margin-left: 10px;
    outline: medium;
}

.search button {
    width: 15px;
    height: 15px;
    border: none;
    background-color: #58b6f7;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 5%;
    outline: medium;
}

.chat_blog {
    width: 50px;
    height: 22px;
    float: right;
    margin-right: -250px;
    margin-top: 5px;
}

.nav {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
}

.logo {
    height: 85px;
    width: 185px;
    margin-left: 30px;
    float: left;
}

.logo img {
    width: 175px;
    height: 55px;
    margin: 15px 0;
}

.nav>nav {
    width: 800px;
    height: 85px;
    margin-right: 30px;
    float: right;
}

.nav>nav>div {
    float: left;
    width: 100px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    color: #353535;
}

.nav>nav>div:hover {
    color: #27a1f4;
}

.this_page{
    color: #27a1f4;
}
/*导航结束*/

.header {
    width: 1200px;
	margin:0px auto;
    height: 100%;
    min-width: 1200px;
}

.header>img {
    width: 100%;
    height: 100%;
    max-height: 200px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.tab_title {
    height: 50px;
    min-width: 400px;
    text-align: center;
    line-height: 70px;
    padding-left: 10px;
}

.tab_title li {
    display: block;
    min-width: 100px;
    height: 70px;
    float: left;
    list-style: none;
    color: #727272;
    font-size: 1.1em;
    margin-right: 30px;
    cursor: pointer;
    transition: all .7s ease;
}


/*FullPage*/

#contain {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.active {
    color: #27a1f4 !important;
    border-bottom: 3px solid #27a1f4;
}
.page {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 0;
    overflow: hidden;
    background-color: #FFF;
}

.current {
    display: block !important;
    z-index: 1 !important;
}

.slide {
    display: block !important;
    z-index: 2 !important;
}

/*.swipe {
    display: block;
    z-index: 3 !important;
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
}
*/

/*foot*/

.foot {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    background-color: #1097f3;
}

.foot_box {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    padding-top: 50px;
}

.foot_box>div {
    padding-left: 35px;
    color: #bad9fa;
    line-height: 2.1em;
    width: 235px;
    height: 260px;
    float: left;
}

.foot_nav {
    margin-top: 30px;
    height: 230px;
    border-left: 1px solid #FFF;
}

.foot_nav>div {
    border-left: 2px solid #FFF;
    margin-left: -35px;
    padding-left: 35px;
    font-size: 1.5em;
    margin-bottom: 30px;
}
.foot_nav>span{
    display: block;
    margin-bottom: 1em;
}
.bottom {
    width: 100%;
    min-width: 1200px;
    height: 65px;
    background-color: #222222;
    border-top: 1px solid #1f2324;
}

.bottom_all {
    width: 1200px;
    height: 65px;
    margin: 0 auto;
    line-height: 65px;
    color: #6b6b6b;
    font-size: 0.9em;
}

.copyright {
    width: 600px;
    float: left;
    margin-left: 30px;
}

.bottom_button {
    width: 400px;
    float: right;
}

.bottom_button>p {
    width: 100px;
    float: left;
}